- macro function
- макрофункцияв макроассемблерах - функция, вычисляемая во время макрогенерации и возвращающая результат
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Macro photography — is close up photography; the classical definition is that the image projected on the film plane (i.e., film or a digital sensor) is close to the same size as the subject. On 35 mm film (for example), the lens is typically optimized to focus… … Wikipedia
Macro (computer science) — A macro (from the Greek μάκρο for long or far) in computer science is a rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to an output sequence (also often a sequence of characters)… … Wikipedia
Macro instruction — A macro instruction is a line of computer program coding that results in one or more lines of program coding in the target programming language. In the mid 1950s, when assembly language programming was commonly used to write programs for digital… … Wikipedia
Macro Manager — A boss or supervisor who lets employees do their jobs with minimal supervision. Macro managers are thought of by some employees as superiors who do not give them enough support or feedback to do their jobs effectively, while others may be glad to … Investment dictionary
Macro — A&V A function that provides a one key stroke streamlined operation in place of a procedure having many keystrokes … Audio and video glossary
Inline function — In computer science, an inline function is a programming language construct used to suggest to a compiler that a particular function be subjected to in line expansion; that is, it suggests that the compiler insert the complete body of the… … Wikipedia
Hygienic macro — Hygienic macros are macros whose expansion is guaranteed not to cause collisions with existing symbol definitions. They are a feature of programming languages such as Scheme and Dylan. Contents 1 The hygiene problem 2 Strategies 3 Hygienic macro… … Wikipedia
Microsoft Macro Assembler — Developer(s) Microsoft Stable release 10.0.30319.1 / April 12, 2010; 18 months ago (2010 04 12) Operating system Microsoft Windows and MS DOS … Wikipedia
Variadic macro — A variadic macro is a feature of the C preprocessor whereby a macro may be declared to accept a varying number of arguments.Variable argument macros were introduced in the ISO/IEC 9899:1999 (C99) revision of the C Programming Language standard in … Wikipedia
Cobb–Douglas production function — A two input Cobb–Douglas production function In economics, the Cobb–Douglas f form of production functions is widely used to represent the relationship of an output to inputs. Similar functions were originally used by Knut Wicksell (1851–1926),… … Wikipedia
Parameterized macro — In computer science, a parameterized macro is a type of macro that is able to insert given objects into its expansion. This gives the macro some of the power of a function.As a simple example, in the C programming language, this is a typical… … Wikipedia